sync_get_fence_info

Get the array of fence infos from the sync file's info.

The returned array is owned by the parent sync file info, and has info->num_fences entries.

Available since API level 26.

extern (C) nothrow @nogc
sync_fence_info*
sync_get_fence_info
(
const(sync_file_info_)* info
)

Meta